MySql_UseMaster = true				// Use master MySql. (true or false)
MySql_CustomHost = localhost			// Applies if not using master - MySql host.
MySql_CustomDB = lfsmail			// Applies if not using master - database name.
MySql_CustomMailTableName = mail		// Applies if not using master - table name.
MySql_CustomUser = username			// Applies if not using master - db username.
MySql_CustomPass = password			// Applies if not using master - user password.

InSim_Host = 127.0.0.1				// InSim host. (ip address)
InSim_TCPPort = 29999				// Insim port. (1 - 65535)
InSim_Pass =				// Server admin password.
Insim_PrefixChar = $				// Leave this to ! please! Command prefix character. For example if set to !, the mail command will be !mail. (1 single char)
InSim_ShowUnknowCommand = true			// Shows a message to the player when typed an unknow LFS Mail command. You might want to disable this if it's conflicting with other InSim programs. (true or false)
InSim_ShiftIOnUnknownCommand = true		// Shows Shift+I menu if an unknow command is entered (Disabled if InSim_ShowUnknowCommand = false). (true or false) 

LFSMail_Command = mail				// Leave this to mail please!
LFSMail_BannedUsers =				// Disallowed LFS Mail users. Ban goes fore allow. Seperator is ;
LFSMail_AllowedUsers =				// If set, only the clients specified here will be allowed to use the mail system. Seperator is ;
LFSMail_SettingsCommand = settings		// Leave this to settings please!
LFSMail_EnableBadLanguageFilter = true		// Enables or disables bad language filter. (true of false)
LFSMail_LanguageFilterFile = lang_filter.txt	// File with bad words. (filename or path)
LFSMail_AllowShiftI = true			// Shows avaiable menus when pressing shift+i. (true or false)

LFSMail_EnableNewMailMsg = true			// Displays a message to a player when received a new mail when set to true. (true of false)
LFSMail_NewMailLookupDelay = 9			// Check for new mail delay in minutes. Shows a message as defined in LFSMail_NewMailMsg.
LFSMail_NewMailMsg = ^7You have ^2%COUNT^7 new LFS mail%S. (^3%PREFIX%COMMAND ^7to read)	// Custom message when new mail received. (%COUNT = mail count, %PREFIX = prefix char, %COMMAND = lfs mail command, %S = is s when %COUNT is bigger than 1)
LFSMail_NewMailRaceLaps = 10			// Disables New Mail Message if race laps bigger than this. (number)
LFSMail_NewMailQualMins = 60			// Disables New Mail Message if qual time bigger than this. (number)

LFSMail_EnableNotifyMsg = true			// Enables or disables LFS Mail notification. (true or false)
LFSMail_NotifyMsgDelay = 15			// Delay in minutes between notify message.
LFSMail_NotifyMsg = ^7This server is running LFS Mail (^3%PREFIX%COMMAND^7 for Inbox)	// LFS Mail notification message. (%PREFIX = prefix char, %COMMAND = lfs mail command)
LFSMail_NotifyToNewClients = true		// Shows Notify message to new clients.  (true or false)
LFSMail_NotifyInSpectateOnly = false		// Shows Notify message to spectators only  (true or false)
LFSMail_NotifyRaceLaps = 10			// Disables Notify Message if race laps bigger than this. (number)
LFSMail_NotifyQualMins = 60			// Disables Notify Message if qual time bigger than this. (number)

PM_Enabled = true				// Enables or disables Private Message module. (true or false)
PM_Command = pm					// Leave this to pm please!
PM_BannedUsers =				// Disallowed PM users. Ban goes fore allow. Seperator is ;
PM_AllowedUsers =				// If set, only the clients specified here will be allowed to use the pm system. Seperator is ;
PM_ApplyBadLanguageFilter = true		// Applys mail language filter to pm. (true or false)

